@charset "utf-8";
/*
*	****************************************
*	*           Reset style               
*	****************************************
*/
html,body,ol,ul,li,p,h1,h2,h3,h4,h5,h6,p,dl,dt,dd,input,textarea,img{
	margin:0;
	padding:0;
}
h1,h2,h3,h4,h5,h6{
	font-weight:normal;
}
a{
	text-decoration:none;
	outline:none;
}
li{
	list-style:none;
}
img{
	border:0;
}